go/types.Config.sizeof (method)

6 uses

	go/types (current package)
		builtins.go#L726: 			x.val = constant.MakeInt64(check.conf.sizeof(x.typ))
		expr.go#L212: 			prec = uint(check.conf.sizeof(x.typ) * 8)
		expr.go#L299: 				var s = uint(conf.sizeof(typ)) * 8
		expr.go#L313: 				if s := uint(conf.sizeof(typ)) * 8; s < 64 {
		expr.go#L335: 			var s = uint(conf.sizeof(typ)) * 8
		sizes.go#L259: func (conf *Config) sizeof(T Type) int64 {